.isMenuActive{
    color: red !important;
}
.dpitem{
    width: 350px;
    height: 500px;

}
span{
    cursor:pointer;
}

.itemImgInfo{
    position: absolute;
    bottom: .03rem;
    right: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: .18rem;
    color: red;
    display: block;
}
.listActive{
    color: #342c2a !important;
}
.descListImgYY{
    box-shadow: #dbdbdb 0px 0px 30px;
}
/*细节那里鼠标移上去放大效果*/
.descimg{
    width: 100%;
    height:100%;
    transition:transform 2s;
}
.descimg:hover{
    transform: scale(1.1,1.1);
    vertical-align: middle
}
.laActive{
    background-image: url("/static/front/image/desclabel1.png");
    background-repeat: no-repeat;background-size:100% 100%;
    -moz-background-size:100% 100%;
    padding-top: .05rem;padding-bottom: .05rem
}
.la{
    background-image: url("/static/front/image/desclabel3.png");
    background-repeat: no-repeat;background-size:100% 100%;
    -moz-background-size:100% 100%;
    padding-top: .05rem;padding-bottom: .05rem
}
